home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene 96
/
Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso
/
misc
/
coding
/
e_os300b
/
wc_hello
/
test.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
TIS-620 (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1996-11-26
|
634 b
|
13 lines
//╔══════════════════════════════════════════════════════════════════════════╗
//║ ║
//║ This example show how to use EOSLITE with Watcom C ║
//║ ║
//║ ║
//║ ║
//╚══════════════════════════════════════════════════════════════════════════╝
void main()
{
printf(" ■ Hello world...\x0D\x0A");
exit(0);
}